STEP 11: That's a long pause before flipping. Let's shorten the wait!
- Find the line stage.wait(2) in your code below.
- Change the number in .wait() from 2 to 0.75.
A number that has fractional or decimal parts is called a float. 0.75 is a float, not an integer!
To navigate the page using the TAB key, first press ESC to exit the code editor.